home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
kermit.columbia.edu
/
kermit.columbia.edu.tar
/
kermit.columbia.edu
/
newsgroups
/
misc.19950929-19951130
/
000412_news@columbia.edu_Sat Nov 18 01:25:20 1995.msg
< prev
next >
Wrap
Internet Message Format
|
1995-12-25
|
1KB
Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA16039
(5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun>); Sat, 18 Nov 1995 17:46:48 -0500
Received: (from news@localhost) by apakabar.cc.columbia.edu (8.6.12/8.6.12) id RAA05450 for kermit.misc@watsun; Sat, 18 Nov 1995 17:46:46 -0500
Path: news.columbia.edu!sol.ctr.columbia.edu!news.uoregon.edu!psgrain!usenet.eel.ufl.edu!newsfeed.internetmci.com!in2.uu.net!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
From: jrd@cc.usu.edu (Joe Doupnik)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Reusing local Kermit commands?
Message-Id: <1995Nov18.072521.67200@cc.usu.edu>
Date: 18 Nov 95 07:25:20 MDT
References: <1995Nov16.161110@kopc.hhs.dk>
Followup-To: comp.protocols.kermit.misc
Organization: Utah State University
Lines: 12
Apparently-To: kermit.misc@watsun.cc.columbia.edu
In article <1995Nov16.161110@kopc.hhs.dk>, lav@kopc.hhs.dk (Lars Vangsgaard) writes:
> Is it in any way possible to log and reuse previously given commands at
> the MS-Kermit>-prompt? What I would like is something like the doskey
> usage in DOS: Just press up-arrow until the old command is there, and
> edit and press Enter.
> Thanks in advance,
> Lars Vangsgaard <lav@ko.hhs.dk>
---------
No. A MSK command line can be a long object (1KB) by the time all
string substitutions are finished and thus storing older command lines uses
too much memory.
Joe D.